PDF4Java Reference Documentation
com.o2sol.pdf4java.core.io Package / PDFOutputStream Class / write Method / write(byte[]) Method
the data.
In This Topic
    write(byte[]) Method
    In This Topic
    Writes b.length bytes from the specified byte array to this output stream.
    Syntax
    public void write( 
       byte[] b
    )

    Parameters

    b
    the data.
    See Also